public class ExtensionType extends Object
Java class for ExtensionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtensionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ExtensionID" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
<element name="ExtensionName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ExtensionAgencyID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ExtensionAgencyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ExtensionAgencyURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="ExtensionVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" minOccurs="0"/>
<element name="ExtensionURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="ExtensionReasonCode" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
<element name="ExtensionReason" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<any processContents='lax' namespace='##other'/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
any |
protected String |
extensionAgencyID |
protected String |
extensionAgencyName |
protected String |
extensionAgencyURI |
protected String |
extensionID |
protected String |
extensionName |
protected String |
extensionReason |
protected String |
extensionReasonCode |
protected String |
extensionURI |
protected String |
extensionVersionID |
| Constructor and Description |
|---|
ExtensionType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAny()
Gets the value of the any property.
|
String |
getExtensionAgencyID()
Gets the value of the extensionAgencyID property.
|
String |
getExtensionAgencyName()
Gets the value of the extensionAgencyName property.
|
String |
getExtensionAgencyURI()
Gets the value of the extensionAgencyURI property.
|
String |
getExtensionID()
Gets the value of the extensionID property.
|
String |
getExtensionName()
Gets the value of the extensionName property.
|
String |
getExtensionReason()
Gets the value of the extensionReason property.
|
String |
getExtensionReasonCode()
Gets the value of the extensionReasonCode property.
|
String |
getExtensionURI()
Gets the value of the extensionURI property.
|
String |
getExtensionVersionID()
Gets the value of the extensionVersionID property.
|
void |
setAny(Object value)
Sets the value of the any property.
|
void |
setExtensionAgencyID(String value)
Sets the value of the extensionAgencyID property.
|
void |
setExtensionAgencyName(String value)
Sets the value of the extensionAgencyName property.
|
void |
setExtensionAgencyURI(String value)
Sets the value of the extensionAgencyURI property.
|
void |
setExtensionID(String value)
Sets the value of the extensionID property.
|
void |
setExtensionName(String value)
Sets the value of the extensionName property.
|
void |
setExtensionReason(String value)
Sets the value of the extensionReason property.
|
void |
setExtensionReasonCode(String value)
Sets the value of the extensionReasonCode property.
|
void |
setExtensionURI(String value)
Sets the value of the extensionURI property.
|
void |
setExtensionVersionID(String value)
Sets the value of the extensionVersionID property.
|
protected String extensionID
protected String extensionName
protected String extensionAgencyID
protected String extensionAgencyName
protected String extensionAgencyURI
protected String extensionVersionID
protected String extensionURI
protected String extensionReasonCode
protected String extensionReason
protected Object any
public String getExtensionID()
Stringpublic void setExtensionID(String value)
value - allowed object is
Stringpublic String getExtensionName()
Stringpublic void setExtensionName(String value)
value - allowed object is
Stringpublic String getExtensionAgencyID()
Stringpublic void setExtensionAgencyID(String value)
value - allowed object is
Stringpublic String getExtensionAgencyName()
Stringpublic void setExtensionAgencyName(String value)
value - allowed object is
Stringpublic String getExtensionAgencyURI()
Stringpublic void setExtensionAgencyURI(String value)
value - allowed object is
Stringpublic String getExtensionVersionID()
Stringpublic void setExtensionVersionID(String value)
value - allowed object is
Stringpublic String getExtensionURI()
Stringpublic void setExtensionURI(String value)
value - allowed object is
Stringpublic String getExtensionReasonCode()
Stringpublic void setExtensionReasonCode(String value)
value - allowed object is
Stringpublic String getExtensionReason()
Stringpublic void setExtensionReason(String value)
value - allowed object is
Stringpublic Object getAny()
Copyright © 2022 NorStella. All rights reserved.