public abstract class MessageAbstractType
extends java.lang.Object
Java class for MessageAbstractType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MessageAbstractType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AP_Info">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
</sequence>
<attribute name="AP_ID" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="AP_TransID" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="AP_PWD" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Instant" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="AP_URL" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="MSSP_Info">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MSSP_ID" type="{http://uri.etsi.org/TS102204/v1.1.2#}MeshMemberType"/>
</sequence>
<attribute name="Instant" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="MajorVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="MinorVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
MessageAbstractType.APInfo
Java class for anonymous complex type.
|
static class |
MessageAbstractType.MSSPInfo
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected MessageAbstractType.APInfo |
apInfo |
protected java.math.BigInteger |
majorVersion |
protected java.math.BigInteger |
minorVersion |
protected MessageAbstractType.MSSPInfo |
msspInfo |
| Constructor and Description |
|---|
MessageAbstractType() |
| Modifier and Type | Method and Description |
|---|---|
MessageAbstractType.APInfo |
getAPInfo()
Gets the value of the apInfo property.
|
java.math.BigInteger |
getMajorVersion()
Gets the value of the majorVersion property.
|
java.math.BigInteger |
getMinorVersion()
Gets the value of the minorVersion property.
|
MessageAbstractType.MSSPInfo |
getMSSPInfo()
Gets the value of the msspInfo property.
|
void |
setAPInfo(MessageAbstractType.APInfo value)
Sets the value of the apInfo property.
|
void |
setMajorVersion(java.math.BigInteger value)
Sets the value of the majorVersion property.
|
void |
setMinorVersion(java.math.BigInteger value)
Sets the value of the minorVersion property.
|
void |
setMSSPInfo(MessageAbstractType.MSSPInfo value)
Sets the value of the msspInfo property.
|
protected MessageAbstractType.APInfo apInfo
protected MessageAbstractType.MSSPInfo msspInfo
protected java.math.BigInteger majorVersion
protected java.math.BigInteger minorVersion
public MessageAbstractType.APInfo getAPInfo()
MessageAbstractType.APInfopublic void setAPInfo(MessageAbstractType.APInfo value)
value - allowed object is
MessageAbstractType.APInfopublic MessageAbstractType.MSSPInfo getMSSPInfo()
MessageAbstractType.MSSPInfopublic void setMSSPInfo(MessageAbstractType.MSSPInfo value)
value - allowed object is
MessageAbstractType.MSSPInfopublic java.math.BigInteger getMajorVersion()
BigIntegerpublic void setMajorVersion(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getMinorVersion()
BigIntegerpublic void setMinorVersion(java.math.BigInteger value)
value - allowed object is
BigIntegerCopyright © 2025. All rights reserved.