Package com.vidispine.generated
Class ExportTemplateText.Xml
- java.lang.Object
-
- com.vidispine.generated.ExportTemplateText.Xml
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
- Enclosing class:
- ExportTemplateText
public static class ExportTemplateText.Xml 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 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> <any processContents='lax'/> </sequence> <attribute name="indent" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExportTemplateText.Xml.PropInfo
-
Constructor Summary
Constructors Constructor Description Xml()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
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)
Object
getAny()
Gets the value of the any property.int
getIndent()
Gets the value of the indent property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetAny()
boolean
isSetIndent()
void
setAny(Object value)
Sets the value of the any property.void
setIndent(int value)
Sets the value of the indent property.void
unsetIndent()
ExportTemplateText.Xml
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ExportTemplateText.Xml
withAny(Object value)
ExportTemplateText.Xml
withIndent(int value)
-
-
-
Method Detail
-
getAny
public Object getAny()
Gets the value of the any property.
-
setAny
public void setAny(Object value)
Sets the value of the any property.
-
isSetAny
public boolean isSetAny()
-
getIndent
public int getIndent()
Gets the value of the indent property.- Returns:
- possible object is
Integer
-
setIndent
public void setIndent(int value)
Sets the value of the indent property.- Parameters:
value
- allowed object isInteger
-
isSetIndent
public boolean isSetIndent()
-
unsetIndent
public void unsetIndent()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.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 interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withAny
public ExportTemplateText.Xml withAny(Object value)
-
withIndent
public ExportTemplateText.Xml withIndent(int 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 interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public ExportTemplateText.Xml 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 interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-