Class ExtensionType


  • public class ExtensionType
    extends Object
    A single extension for private use.

    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>
     
    • Field Detail

      • extensionID

        protected String extensionID
      • extensionName

        protected String extensionName
      • extensionAgencyID

        protected String extensionAgencyID
      • extensionAgencyName

        protected String extensionAgencyName
      • extensionAgencyURI

        protected String extensionAgencyURI
      • extensionVersionID

        protected String extensionVersionID
      • extensionURI

        protected String extensionURI
      • extensionReasonCode

        protected String extensionReasonCode
      • extensionReason

        protected String extensionReason
    • Constructor Detail

      • ExtensionType

        public ExtensionType()
    • Method Detail

      • getExtensionID

        public String getExtensionID()
        Gets the value of the extensionID property.
        Returns:
        possible object is String
      • setExtensionID

        public void setExtensionID​(String value)
        Sets the value of the extensionID property.
        Parameters:
        value - allowed object is String
      • getExtensionName

        public String getExtensionName()
        Gets the value of the extensionName property.
        Returns:
        possible object is String
      • setExtensionName

        public void setExtensionName​(String value)
        Sets the value of the extensionName property.
        Parameters:
        value - allowed object is String
      • getExtensionAgencyID

        public String getExtensionAgencyID()
        Gets the value of the extensionAgencyID property.
        Returns:
        possible object is String
      • setExtensionAgencyID

        public void setExtensionAgencyID​(String value)
        Sets the value of the extensionAgencyID property.
        Parameters:
        value - allowed object is String
      • getExtensionAgencyName

        public String getExtensionAgencyName()
        Gets the value of the extensionAgencyName property.
        Returns:
        possible object is String
      • setExtensionAgencyName

        public void setExtensionAgencyName​(String value)
        Sets the value of the extensionAgencyName property.
        Parameters:
        value - allowed object is String
      • getExtensionAgencyURI

        public String getExtensionAgencyURI()
        Gets the value of the extensionAgencyURI property.
        Returns:
        possible object is String
      • setExtensionAgencyURI

        public void setExtensionAgencyURI​(String value)
        Sets the value of the extensionAgencyURI property.
        Parameters:
        value - allowed object is String
      • getExtensionVersionID

        public String getExtensionVersionID()
        Gets the value of the extensionVersionID property.
        Returns:
        possible object is String
      • setExtensionVersionID

        public void setExtensionVersionID​(String value)
        Sets the value of the extensionVersionID property.
        Parameters:
        value - allowed object is String
      • getExtensionURI

        public String getExtensionURI()
        Gets the value of the extensionURI property.
        Returns:
        possible object is String
      • setExtensionURI

        public void setExtensionURI​(String value)
        Sets the value of the extensionURI property.
        Parameters:
        value - allowed object is String
      • getExtensionReasonCode

        public String getExtensionReasonCode()
        Gets the value of the extensionReasonCode property.
        Returns:
        possible object is String
      • setExtensionReasonCode

        public void setExtensionReasonCode​(String value)
        Sets the value of the extensionReasonCode property.
        Parameters:
        value - allowed object is String
      • getExtensionReason

        public String getExtensionReason()
        Gets the value of the extensionReason property.
        Returns:
        possible object is String
      • setExtensionReason

        public void setExtensionReason​(String value)
        Sets the value of the extensionReason property.
        Parameters:
        value - allowed object is String
      • getAny

        public Object getAny()
        Gets the value of the any property.
        Returns:
        possible object is Element Object
      • setAny

        public void setAny​(Object value)
        Sets the value of the any property.
        Parameters:
        value - allowed object is Element Object