Class VXAType

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

    Java class for VXAType complex type.

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

     <complexType name="VXAType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="uuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="user" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="allStorages" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="storage" type="{http://xml.vidispine.com/schema/vidispine}VXAStorageType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="file" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="instance" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="vxaVersion" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="s3CredentialType" type="{http://xml.vidispine.com/schema/vidispine}S3CredentialType" minOccurs="0"/>
             <element name="transcoderVersion" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="uri" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="port" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="status" type="{http://xml.vidispine.com/schema/vidispine}VXAStatus" minOccurs="0"/>
             <element name="lastSeen" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="mode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="publicKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="vsClusterAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="vsInstance" type="{http://xml.vidispine.com/schema/vidispine}VXAVSInstanceType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="transcoder" type="{http://xml.vidispine.com/schema/vidispine}TranscoderType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="agentGroup" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="externalUri" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="forwardService" type="{http://xml.vidispine.com/schema/vidispine}ForwardServiceType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • VXAType

        public VXAType()
    • Method Detail

      • getUuid

        public String getUuid()
        Gets the value of the uuid property.
        Returns:
        possible object is String
      • setUuid

        public void setUuid​(String value)
        Sets the value of the uuid property.
        Parameters:
        value - allowed object is String
      • isSetUuid

        public boolean isSetUuid()
      • getUser

        public String getUser()
        Gets the value of the user property.
        Returns:
        possible object is String
      • setUser

        public void setUser​(String value)
        Sets the value of the user property.
        Parameters:
        value - allowed object is String
      • isSetUser

        public boolean isSetUser()
      • isAllStorages

        public Boolean isAllStorages()
        Gets the value of the allStorages property.
        Returns:
        possible object is Boolean
      • setAllStorages

        public void setAllStorages​(Boolean value)
        Sets the value of the allStorages property.
        Parameters:
        value - allowed object is Boolean
      • isSetAllStorages

        public boolean isSetAllStorages()
      • getStorage

        public List<VXAStorageType> getStorage()
        Gets the value of the storage property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the storage property.

        For example, to add a new item, do as follows:

            getStorage().add(newItem);
         

        Objects of the following type(s) are allowed in the list VXAStorageType

      • isSetStorage

        public boolean isSetStorage()
      • unsetStorage

        public void unsetStorage()
      • getFile

        public List<String> getFile()
        Gets the value of the file property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the file property.

        For example, to add a new item, do as follows:

            getFile().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • isSetFile

        public boolean isSetFile()
      • unsetFile

        public void unsetFile()
      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • isSetName

        public boolean isSetName()
      • getInstance

        public String getInstance()
        Gets the value of the instance property.
        Returns:
        possible object is String
      • setInstance

        public void setInstance​(String value)
        Sets the value of the instance property.
        Parameters:
        value - allowed object is String
      • isSetInstance

        public boolean isSetInstance()
      • getVxaVersion

        public String getVxaVersion()
        Gets the value of the vxaVersion property.
        Returns:
        possible object is String
      • setVxaVersion

        public void setVxaVersion​(String value)
        Sets the value of the vxaVersion property.
        Parameters:
        value - allowed object is String
      • isSetVxaVersion

        public boolean isSetVxaVersion()
      • getS3CredentialType

        public S3CredentialType getS3CredentialType()
        Gets the value of the s3CredentialType property.
        Returns:
        possible object is S3CredentialType
      • setS3CredentialType

        public void setS3CredentialType​(S3CredentialType value)
        Sets the value of the s3CredentialType property.
        Parameters:
        value - allowed object is S3CredentialType
      • isSetS3CredentialType

        public boolean isSetS3CredentialType()
      • getTranscoderVersion

        public String getTranscoderVersion()
        Gets the value of the transcoderVersion property.
        Returns:
        possible object is String
      • setTranscoderVersion

        public void setTranscoderVersion​(String value)
        Sets the value of the transcoderVersion property.
        Parameters:
        value - allowed object is String
      • isSetTranscoderVersion

        public boolean isSetTranscoderVersion()
      • getUri

        public String getUri()
        Gets the value of the uri property.
        Returns:
        possible object is String
      • setUri

        public void setUri​(String value)
        Sets the value of the uri property.
        Parameters:
        value - allowed object is String
      • isSetUri

        public boolean isSetUri()
      • getPort

        public Integer getPort()
        Gets the value of the port property.
        Returns:
        possible object is Integer
      • setPort

        public void setPort​(Integer value)
        Sets the value of the port property.
        Parameters:
        value - allowed object is Integer
      • isSetPort

        public boolean isSetPort()
      • getStatus

        public VXAStatus getStatus()
        Gets the value of the status property.
        Returns:
        possible object is VXAStatus
      • setStatus

        public void setStatus​(VXAStatus value)
        Sets the value of the status property.
        Parameters:
        value - allowed object is VXAStatus
      • isSetStatus

        public boolean isSetStatus()
      • isSetLastSeen

        public boolean isSetLastSeen()
      • getMode

        public String getMode()
        Gets the value of the mode property.
        Returns:
        possible object is String
      • setMode

        public void setMode​(String value)
        Sets the value of the mode property.
        Parameters:
        value - allowed object is String
      • isSetMode

        public boolean isSetMode()
      • getPublicKey

        public String getPublicKey()
        Gets the value of the publicKey property.
        Returns:
        possible object is String
      • setPublicKey

        public void setPublicKey​(String value)
        Sets the value of the publicKey property.
        Parameters:
        value - allowed object is String
      • isSetPublicKey

        public boolean isSetPublicKey()
      • getVsClusterAddress

        public String getVsClusterAddress()
        Gets the value of the vsClusterAddress property.
        Returns:
        possible object is String
      • setVsClusterAddress

        public void setVsClusterAddress​(String value)
        Sets the value of the vsClusterAddress property.
        Parameters:
        value - allowed object is String
      • isSetVsClusterAddress

        public boolean isSetVsClusterAddress()
      • getVsInstance

        public List<VXAVSInstanceType> getVsInstance()
        Gets the value of the vsInstance property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the vsInstance property.

        For example, to add a new item, do as follows:

            getVsInstance().add(newItem);
         

        Objects of the following type(s) are allowed in the list VXAVSInstanceType

      • isSetVsInstance

        public boolean isSetVsInstance()
      • unsetVsInstance

        public void unsetVsInstance()
      • getTranscoder

        public List<TranscoderType> getTranscoder()
        Gets the value of the transcoder property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the transcoder property.

        For example, to add a new item, do as follows:

            getTranscoder().add(newItem);
         

        Objects of the following type(s) are allowed in the list TranscoderType

      • isSetTranscoder

        public boolean isSetTranscoder()
      • unsetTranscoder

        public void unsetTranscoder()
      • getAgentGroup

        public String getAgentGroup()
        Gets the value of the agentGroup property.
        Returns:
        possible object is String
      • setAgentGroup

        public void setAgentGroup​(String value)
        Sets the value of the agentGroup property.
        Parameters:
        value - allowed object is String
      • isSetAgentGroup

        public boolean isSetAgentGroup()
      • getExternalUri

        public String getExternalUri()
        Gets the value of the externalUri property.
        Returns:
        possible object is String
      • setExternalUri

        public void setExternalUri​(String value)
        Sets the value of the externalUri property.
        Parameters:
        value - allowed object is String
      • isSetExternalUri

        public boolean isSetExternalUri()
      • getForwardService

        public List<ForwardServiceType> getForwardService()
        Gets the value of the forwardService property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the forwardService property.

        For example, to add a new item, do as follows:

            getForwardService().add(newItem);
         

        Objects of the following type(s) are allowed in the list ForwardServiceType

      • isSetForwardService

        public boolean isSetForwardService()
      • unsetForwardService

        public void unsetForwardService()
      • copyTo

        public Object copyTo​(Object target)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • copyTo

        public Object copyTo​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                             Object target,
                             org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • createNewInstance

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • withVxaVersion

        public VXAType withVxaVersion​(String value)
      • withTranscoderVersion

        public VXAType withTranscoderVersion​(String value)
      • withVsClusterAddress

        public VXAType withVsClusterAddress​(String value)
      • withAgentGroup

        public VXAType withAgentGroup​(String value)
      • withExternalUri

        public VXAType withExternalUri​(String value)
      • equals

        public boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
      • visit

        public VXAType visit​(com.kscs.util.jaxb.PropertyVisitor _visitor_)
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object