Class SlaveLicenseType

  • 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 SlaveLicenseType
    extends LicenseType
    implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    Java class for SlaveLicenseType complex type.

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

     <complexType name="SlaveLicenseType">
       <complexContent>
         <extension base="{http://xml.vidispine.com/schema/vidispine}LicenseType">
           <sequence>
             <element name="masterIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="slaveIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="slaveInstances" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
             <element name="validityTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="validityPeriod" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
             <element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form