Package org.accellera.IPXACT_1685_2014
Class Payload
- java.lang.Object
- 
- org.accellera.IPXACT_1685_2014.Payload
 
- 
 @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public class Payload extends java.lang.ObjectJava class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="type"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="generic"/> <enumeration value="specific"/> </restriction> </simpleType> </element> <element name="extension" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="mandatory" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </extension> </simpleContent> </complexType> </element> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}vendorExtensions" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classPayload.ExtensionJava class for anonymous complex type.
 - 
Field SummaryFields Modifier and Type Field Description protected Payload.Extensionextensionprotected java.lang.Stringnameprotected java.lang.Stringtypeprotected VendorExtensionsvendorExtensions
 - 
Constructor SummaryConstructors Constructor Description Payload()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Payload.ExtensiongetExtension()Gets the value of the extension property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetType()Gets the value of the type property.VendorExtensionsgetVendorExtensions()Gets the value of the vendorExtensions property.voidsetExtension(Payload.Extension value)Sets the value of the extension property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetType(java.lang.String value)Sets the value of the type property.voidsetVendorExtensions(VendorExtensions value)Sets the value of the vendorExtensions property.
 
- 
- 
- 
Field Detail- 
name@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected java.lang.String name
 - 
type@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected java.lang.String type
 - 
extension@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected Payload.Extension extension
 - 
vendorExtensions@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected VendorExtensions vendorExtensions
 
- 
 - 
Method Detail- 
getName@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public java.lang.String getName()Gets the value of the name property.- Returns:
- possible object is
     String
 
 - 
setName@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public void setName(java.lang.String value)Sets the value of the name property.- Parameters:
- value- allowed object is- String
 
 - 
getType@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public java.lang.String getType()Gets the value of the type property.- Returns:
- possible object is
     String
 
 - 
setType@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public void setType(java.lang.String value)Sets the value of the type property.- Parameters:
- value- allowed object is- String
 
 - 
getExtension@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public Payload.Extension getExtension()Gets the value of the extension property.- Returns:
- possible object is
     Payload.Extension
 
 - 
setExtension@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public void setExtension(Payload.Extension value)Sets the value of the extension property.- Parameters:
- value- allowed object is- Payload.Extension
 
 - 
getVendorExtensions@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public VendorExtensions getVendorExtensions()Gets the value of the vendorExtensions property.- Returns:
- possible object is
     VendorExtensions
 
 - 
setVendorExtensions@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public void setVendorExtensions(VendorExtensions value)Sets the value of the vendorExtensions property.- Parameters:
- value- allowed object is- VendorExtensions
 
 
- 
 
-