Class ObjectReference

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    DocumentReference

    public class ObjectReference
    extends Object
    implements Serializable

    Java class for objectReference complex type.

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

     <complexType name="objectReference">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="guid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="externalKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • ObjectReference

        public ObjectReference()
        Default no-arg constructor
      • ObjectReference

        public ObjectReference​(String guid,
                               Integer id,
                               String externalKey,
                               String label)
        Fully-initialising value constructor
      • ObjectReference

        public ObjectReference​(Integer id)
      • ObjectReference

        public ObjectReference​(String externalKey)
    • Method Detail

      • getGuid

        public String getGuid()
        Gets the value of the guid property.
        Returns:
        possible object is String
      • setGuid

        public void setGuid​(String value)
        Sets the value of the guid property.
        Parameters:
        value - allowed object is String
      • getId

        public Integer getId()
        Gets the value of the id property.
        Returns:
        possible object is Integer
      • setId

        public void setId​(Integer value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is Integer
      • getExternalKey

        public String getExternalKey()
        Gets the value of the externalKey property.
        Returns:
        possible object is String
      • setExternalKey

        public void setExternalKey​(String value)
        Sets the value of the externalKey property.
        Parameters:
        value - allowed object is String
      • getLabel

        public String getLabel()
        Gets the value of the label property.
        Returns:
        possible object is String
      • setLabel

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