Class ResourceRefCT

  • Direct Known Subclasses:
    ResourceRefWithCapaCT, ResourceRefWithConnCT

    public class ResourceRefCT
    extends Object
    Resource Reference CT

    Java class for ResourceRef_CT complex type.

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

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

      • rdIdRef

        protected Object rdIdRef
      • ridIdRef

        protected Object ridIdRef
    • Constructor Detail

      • ResourceRefCT

        public ResourceRefCT()
    • Method Detail

      • getRdIdRef

        public Object getRdIdRef()
        Gets the value of the rdIdRef property.
        Returns:
        possible object is Object
      • setRdIdRef

        public void setRdIdRef​(Object value)
        Sets the value of the rdIdRef property.
        Parameters:
        value - allowed object is Object
      • getRidIdRef

        public Object getRidIdRef()
        Gets the value of the ridIdRef property.
        Returns:
        possible object is Object
      • setRidIdRef

        public void setRidIdRef​(Object value)
        Sets the value of the ridIdRef property.
        Parameters:
        value - allowed object is Object