public class CTMetadataStringIndex extends Object implements Child
Java class for CT_MetadataStringIndex complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_MetadataStringIndex"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="x" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="s" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
CTMetadataStringIndex() |
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
long |
getX()
Gets the value of the x property.
|
boolean |
isS()
Gets the value of the s property.
|
void |
setParent(Object parent) |
void |
setS(Boolean value)
Sets the value of the s property.
|
void |
setX(long value)
Sets the value of the x property.
|
protected long x
protected Boolean s
public long getX()
public void setX(long value)
public boolean isS()
Boolean
public void setS(Boolean value)
value
- allowed object is
Boolean
public Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.