Class UserInfoRefCT


  • public class UserInfoRefCT
    extends Object
    Reference Information of the user / person information

    Java class for UserInfoRef_CT complex type.

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

     <complexType name="UserInfoRef_CT">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="idRef" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • idRef

        protected String idRef
    • Constructor Detail

      • UserInfoRefCT

        public UserInfoRefCT()
    • Method Detail

      • getIdRef

        public String getIdRef()
        Gets the value of the idRef property.
        Returns:
        possible object is String
      • setIdRef

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