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
        An identifier for the Extension assigned by the creator of the extension.
      • extensionName

        protected String extensionName
        A name for the Extension assigned by the creator of the extension.
      • extensionAgencyID

        protected String extensionAgencyID
        An agency that maintains one or more Extensions.
      • extensionAgencyName

        protected String extensionAgencyName
        The name of the agency that maintains the Extension.
      • extensionAgencyURI

        protected String extensionAgencyURI
        A URI for the Agency that maintains the Extension.
      • extensionVersionID

        protected String extensionVersionID
        The version of the Extension.
      • extensionURI

        protected String extensionURI
        A URI for the Extension.
      • extensionReasonCode

        protected String extensionReasonCode
        A code for reason the Extension is being included.
      • extensionReason

        protected String extensionReason
        A description of the reason for the Extension.
    • Constructor Detail

      • ExtensionType

        public ExtensionType()
    • Method Detail

      • getExtensionID

        public String getExtensionID()
        An identifier for the Extension assigned by the creator of the extension.
        Returns:
        possible object is String
      • setExtensionID

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

        public String getExtensionName()
        A name for the Extension assigned by the creator of the extension.
        Returns:
        possible object is String
      • setExtensionName

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

        public String getExtensionAgencyID()
        An agency that maintains one or more Extensions.
        Returns:
        possible object is String
      • setExtensionAgencyID

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

        public String getExtensionAgencyName()
        The name of the agency that maintains the Extension.
        Returns:
        possible object is String
      • setExtensionAgencyName

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

        public String getExtensionAgencyURI()
        A URI for the Agency that maintains the Extension.
        Returns:
        possible object is String
      • setExtensionAgencyURI

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

        public String getExtensionVersionID()
        The version of the Extension.
        Returns:
        possible object is String
      • setExtensionVersionID

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

        public String getExtensionURI()
        A URI for the Extension.
        Returns:
        possible object is String
      • setExtensionURI

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

        public String getExtensionReasonCode()
        A code for reason the Extension is being included.
        Returns:
        possible object is String
      • setExtensionReasonCode

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

        public String getExtensionReason()
        A description of the reason for the Extension.
        Returns:
        possible object is String
      • setExtensionReason

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

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

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