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="2025-10-14T04:40:54Z") 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 SummaryNested Classes Modifier and Type Class Description static classProtocol.ProtocolTypeJava class for anonymous complex type.
 - 
Field SummaryFields Modifier and Type Field Description protected Payloadpayloadprotected Protocol.ProtocolTypeprotocolType
 - 
Constructor SummaryConstructors Constructor Description Protocol()
 - 
Method SummaryAll 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 v3.0.2", date="2025-10-14T04:40:54Z") protected Protocol.ProtocolType protocolType
 - 
payload@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected Payload payload
 
- 
 - 
Method Detail- 
getProtocolType@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") 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="2025-10-14T04:40:54Z") public void setProtocolType(Protocol.ProtocolType value)Sets the value of the protocolType property.- Parameters:
- value- allowed object is- Protocol.ProtocolType
 
 - 
getPayload@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public Payload getPayload()Gets the value of the payload property.- Returns:
- possible object is
     Payload
 
 
- 
 
-