Class Resource

  • All Implemented Interfaces:
    java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    public class Resource
    extends java.lang.Object
    implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}AmountPool" minOccurs="0"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}Comment" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}GeneralID" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}Part" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource" minOccurs="0"/>
             <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="Brand" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="CommentURL" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
           <attribute name="DescriptiveName" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="Duration" type="{http://www.w3.org/2001/XMLSchema}duration" />
           <attribute name="Expires" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
           <attribute name="ExternalID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
           <attribute name="GrossWeight" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}ID" />
           <attribute name="Orientation" type="{http://www.CIP4.org/JDFSchema_2_0}Orientation" />
           <attribute name="ResourceWeight" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="Start" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
           <attribute name="StartOffset" type="{http://www.w3.org/2001/XMLSchema}duration" />
           <attribute name="Status">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="Available"/>
                 <enumeration value="Unavailable"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="Transformation" type="{http://www.CIP4.org/JDFSchema_2_0}matrix" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form