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 v2.3.8", date="2025-10-14T04:40:56Z") public class Protocol 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="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 classProtocol.ProtocolTypeJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected Payloadpayloadprotected Protocol.ProtocolTypeprotocolType
-
Constructor Summary
Constructors Constructor Description Protocol()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PayloadgetPayload()Gets the value of the payload property.Protocol.ProtocolTypegetProtocolType()Gets the value of the protocolType property.voidsetPayload(Payload value)Sets the value of the payload property.voidsetProtocolType(Protocol.ProtocolType value)Sets the value of the protocolType property.
-
-
-
Field Detail
-
protocolType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") protected Protocol.ProtocolType protocolType
-
payload
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") protected Payload payload
-
-
Method Detail
-
getProtocolType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") 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 v2.3.8", date="2025-10-14T04:40:56Z") 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 v2.3.8", date="2025-10-14T04:40:56Z") public Payload getPayload()Gets the value of the payload property.- Returns:
- possible object is
Payload
-
-