public static class MessageAbstractType.MSSPInfo
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="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>
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
instant |
protected MeshMemberType |
msspid |
| Constructor and Description |
|---|
MSSPInfo() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.datatype.XMLGregorianCalendar |
getInstant()
Gets the value of the instant property.
|
MeshMemberType |
getMSSPID()
Gets the value of the msspid property.
|
void |
setInstant(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the instant property.
|
void |
setMSSPID(MeshMemberType value)
Sets the value of the msspid property.
|
protected MeshMemberType msspid
protected javax.xml.datatype.XMLGregorianCalendar instant
public MeshMemberType getMSSPID()
MeshMemberTypepublic void setMSSPID(MeshMemberType value)
value - allowed object is
MeshMemberTypepublic javax.xml.datatype.XMLGregorianCalendar getInstant()
XMLGregorianCalendarpublic void setInstant(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2025. All rights reserved.