Class AliasStructure

  • All Implemented Interfaces:
    Serializable

    public class AliasStructure
    extends Object
    implements Serializable
    Alternative Private Code

    Java class for AliasStructure complex type.

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

     <complexType name="AliasStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="PrivateCode" type="{http://www.ifopt.org.uk/ifopt}PrivateCodeType"/>
             <element name="IdentifierType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • privateCode

        protected String privateCode
      • identifierType

        protected String identifierType
    • Constructor Detail

      • AliasStructure

        public AliasStructure()
    • Method Detail

      • getPrivateCode

        public String getPrivateCode()
        Gets the value of the privateCode property.
        Returns:
        possible object is String
      • setPrivateCode

        public void setPrivateCode​(String value)
        Sets the value of the privateCode property.
        Parameters:
        value - allowed object is String
      • getIdentifierType

        public String getIdentifierType()
        Gets the value of the identifierType property.
        Returns:
        possible object is String
      • setIdentifierType

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