Class ExternalIdentifierType

  • All Implemented Interfaces:
    Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    public class ExternalIdentifierType
    extends Object
    implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    Java class for ExternalIdentifierType complex type.

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

     <complexType name="ExternalIdentifierType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="entityId" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="entityType" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="namespace" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="externalId" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • entityId

        protected String entityId
      • entityType

        protected String entityType
      • namespace

        protected String namespace
      • externalId

        protected String externalId
    • Constructor Detail

      • ExternalIdentifierType

        public ExternalIdentifierType()
    • Method Detail

      • getEntityId

        public String getEntityId()
        Gets the value of the entityId property.
        Returns:
        possible object is String
      • setEntityId

        public void setEntityId​(String value)
        Sets the value of the entityId property.
        Parameters:
        value - allowed object is String
      • isSetEntityId

        public boolean isSetEntityId()
      • getEntityType

        public String getEntityType()
        Gets the value of the entityType property.
        Returns:
        possible object is String
      • setEntityType

        public void setEntityType​(String value)
        Sets the value of the entityType property.
        Parameters:
        value - allowed object is String
      • isSetEntityType

        public boolean isSetEntityType()
      • getNamespace

        public String getNamespace()
        Gets the value of the namespace property.
        Returns:
        possible object is String
      • setNamespace

        public void setNamespace​(String value)
        Sets the value of the namespace property.
        Parameters:
        value - allowed object is String
      • isSetNamespace

        public boolean isSetNamespace()
      • getExternalId

        public String getExternalId()
        Gets the value of the externalId property.
        Returns:
        possible object is String
      • setExternalId

        public void setExternalId​(String value)
        Sets the value of the externalId property.
        Parameters:
        value - allowed object is String
      • isSetExternalId

        public boolean isSetExternalId()
      • copyTo

        public Object copyTo​(Object target)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • copyTo

        public Object copyTo​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                             Object target,
                             org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • createNewInstance

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • equals

        public boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object