Class RegistryIDType


  • public class RegistryIDType
    extends Object

    Java class for RegistryIDType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="RegistryIDType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Organization" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="Type" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • organization

        protected String organization
    • Constructor Detail

      • RegistryIDType

        public RegistryIDType()
    • Method Detail

      • getOrganization

        public String getOrganization()
        Gets the value of the organization property.
        Returns:
        possible object is String
      • setOrganization

        public void setOrganization​(String value)
        Sets the value of the organization property.
        Parameters:
        value - allowed object is String
      • getType

        public String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

        public void setType​(String value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String