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="2024-11-14T04:42:50Z") public class Payload extends java.lang.Object
Java 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 Summary
Nested Classes Modifier and Type Class Description static class
Payload.Extension
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected Payload.Extension
extension
protected java.lang.String
name
protected java.lang.String
type
protected VendorExtensions
vendorExtensions
-
Constructor Summary
Constructors Constructor Description Payload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Payload.Extension
getExtension()
Gets the value of the extension property.java.lang.String
getName()
Gets the value of the name property.java.lang.String
getType()
Gets the value of the type property.VendorExtensions
getVendorExtensions()
Gets the value of the vendorExtensions property.void
setExtension(Payload.Extension value)
Sets the value of the extension property.void
setName(java.lang.String value)
Sets the value of the name property.void
setType(java.lang.String value)
Sets the value of the type property.void
setVendorExtensions(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="2024-11-14T04:42:50Z") protected java.lang.String name
-
type
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") protected java.lang.String type
-
extension
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") protected Payload.Extension extension
-
vendorExtensions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") protected VendorExtensions vendorExtensions
-
-
Method Detail
-
getName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") 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="2024-11-14T04:42:50Z") public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") 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="2024-11-14T04:42:50Z") public void setType(java.lang.String value)
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
getExtension
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") 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="2024-11-14T04:42:50Z") public void setExtension(Payload.Extension value)
Sets the value of the extension property.- Parameters:
value
- allowed object isPayload.Extension
-
getVendorExtensions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") 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="2024-11-14T04:42:50Z") public void setVendorExtensions(VendorExtensions value)
Sets the value of the vendorExtensions property.- Parameters:
value
- allowed object isVendorExtensions
-
-