public static class MessageAbstractType.APInfo
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>
</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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
apid |
protected java.lang.String |
appwd |
protected java.lang.String |
apTransID |
protected java.lang.String |
apurl |
protected javax.xml.datatype.XMLGregorianCalendar |
instant |
| Constructor and Description |
|---|
APInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAPID()
Gets the value of the apid property.
|
java.lang.String |
getAPPWD()
Gets the value of the appwd property.
|
java.lang.String |
getAPTransID()
Gets the value of the apTransID property.
|
java.lang.String |
getAPURL()
Gets the value of the apurl property.
|
javax.xml.datatype.XMLGregorianCalendar |
getInstant()
Gets the value of the instant property.
|
void |
setAPID(java.lang.String value)
Sets the value of the apid property.
|
void |
setAPPWD(java.lang.String value)
Sets the value of the appwd property.
|
void |
setAPTransID(java.lang.String value)
Sets the value of the apTransID property.
|
void |
setAPURL(java.lang.String value)
Sets the value of the apurl property.
|
void |
setInstant(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the instant property.
|
protected java.lang.String apid
protected java.lang.String apTransID
protected java.lang.String appwd
protected javax.xml.datatype.XMLGregorianCalendar instant
protected java.lang.String apurl
public java.lang.String getAPID()
Stringpublic void setAPID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAPTransID()
Stringpublic void setAPTransID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAPPWD()
Stringpublic void setAPPWD(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getInstant()
XMLGregorianCalendarpublic void setInstant(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String getAPURL()
Stringpublic void setAPURL(java.lang.String value)
value - allowed object is
StringCopyright © 2025. All rights reserved.