Package org.accellera.IPXACT_1685_2014
Class Protocol
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.Protocol
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public class Protocol 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="protocolType"> <complexType> <simpleContent> <extension base="<http://www.accellera.org/XMLSchema/IPXACT/1685-2014>protocolTypeType"> <attribute name="custom" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType> </element> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}payload" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Protocol.ProtocolType
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected Payload
payload
protected Protocol.ProtocolType
protocolType
-
Constructor Summary
Constructors Constructor Description Protocol()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Payload
getPayload()
Gets the value of the payload property.Protocol.ProtocolType
getProtocolType()
Gets the value of the protocolType property.void
setPayload(Payload value)
Sets the value of the payload property.void
setProtocolType(Protocol.ProtocolType value)
Sets the value of the protocolType property.
-
-
-
Field Detail
-
protocolType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") protected Protocol.ProtocolType protocolType
-
payload
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") protected Payload payload
-
-
Method Detail
-
getProtocolType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public Protocol.ProtocolType getProtocolType()
Gets the value of the protocolType property.- Returns:
- possible object is
Protocol.ProtocolType
-
setProtocolType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public void setProtocolType(Protocol.ProtocolType value)
Sets the value of the protocolType property.- Parameters:
value
- allowed object isProtocol.ProtocolType
-
getPayload
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public Payload getPayload()
Gets the value of the payload property.- Returns:
- possible object is
Payload
-
-