Package com.vidispine.generated
Class ExternalIdentifierType
java.lang.Object
com.vidispine.generated.ExternalIdentifierType
- All Implemented Interfaces:
Serializable,Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.ToString
public class ExternalIdentifierType
extends Object
implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString
Java class for ExternalIdentifierType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="ExternalIdentifierType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="entityId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="entityType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="namespace" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="externalId" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) booleanbooleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the entityId property.Gets the value of the entityType property.Gets the value of the externalId property.Gets the value of the namespace property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanbooleanbooleanbooleanvoidsetEntityId(String value) Sets the value of the entityId property.voidsetEntityType(String value) Sets the value of the entityType property.voidsetExternalId(String value) Sets the value of the externalId property.voidsetNamespace(String value) Sets the value of the namespace property.toString()visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) withEntityId(String value) Sets the value of the entityId property.withEntityType(String value) Sets the value of the entityType property.withExternalId(String value) Sets the value of the externalId property.withNamespace(String value) Sets the value of the namespace property.
-
Field Details
-
entityId
-
entityType
-
namespace
-
externalId
-
-
Constructor Details
-
ExternalIdentifierType
public ExternalIdentifierType()
-
-
Method Details
-
getEntityId
Gets the value of the entityId property.- Returns:
- possible object is
String
-
setEntityId
Sets the value of the entityId property.- Parameters:
value- allowed object isString
-
isSetEntityId
public boolean isSetEntityId() -
getEntityType
Gets the value of the entityType property.- Returns:
- possible object is
String
-
setEntityType
Sets the value of the entityType property.- Parameters:
value- allowed object isString
-
isSetEntityType
public boolean isSetEntityType() -
getNamespace
Gets the value of the namespace property.- Returns:
- possible object is
String
-
setNamespace
Sets the value of the namespace property.- Parameters:
value- allowed object isString
-
isSetNamespace
public boolean isSetNamespace() -
getExternalId
Gets the value of the externalId property.- Returns:
- possible object is
String
-
setExternalId
Sets the value of the externalId property.- Parameters:
value- allowed object isString
-
isSetExternalId
public boolean isSetExternalId() -
clone
-
copyTo
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo
-
withEntityId
Sets the value of the entityId property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withEntityType
Sets the value of the entityType property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withNamespace
Sets the value of the namespace property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withExternalId
Sets the value of the externalId property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-