public class ObjectType extends Object
Java class for ObjectType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ObjectType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<any processContents='lax'/>
</sequence>
<attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="MimeType" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Encoding" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ObjectType.Builder<_B> |
static class |
ObjectType.Select |
static class |
ObjectType.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent> |
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
content |
protected String |
encoding |
protected String |
id |
protected String |
mimeType |
| Constructor and Description |
|---|
ObjectType() |
| Modifier and Type | Method and Description |
|---|---|
static ObjectType.Builder<Void> |
builder() |
static ObjectType.Builder<Void> |
copyExcept(ObjectType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> ObjectType.Builder<_B> |
copyOf(ObjectType _other) |
static <_B> ObjectType.Builder<_B> |
copyOf(ObjectType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static ObjectType.Builder<Void> |
copyOnly(ObjectType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> void |
copyTo(ObjectType.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
copyTo(ObjectType.Builder<_B> _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
Copies all state of this object to a builder.
|
List<Object> |
getContent()
Gets the value of the content property.
|
String |
getEncoding()
Gets the value of the encoding property.
|
String |
getId()
Gets the value of the id property.
|
String |
getMimeType()
Gets the value of the mimeType property.
|
<_B> ObjectType.Builder<_B> |
newCopyBuilder(_B _parentBuilder) |
<_B> ObjectType.Builder<_B> |
newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
ObjectType.Builder<Void> |
newCopyBuilder() |
ObjectType.Builder<Void> |
newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
void |
setEncoding(String value)
Sets the value of the encoding property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMimeType(String value)
Sets the value of the mimeType property.
|
protected String id
protected String mimeType
protected String encoding
public List<Object> getContent()
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 content property.
For example, to add a new item, do as follows:
getContent().add(newItem);
Objects of the following type(s) are allowed in the list
Object
String
Element
public void setId(String value)
value - allowed object is
Stringpublic String getMimeType()
Stringpublic void setMimeType(String value)
value - allowed object is
Stringpublic String getEncoding()
Stringpublic void setEncoding(String value)
value - allowed object is
Stringpublic <_B> void copyTo(ObjectType.Builder<_B> _other)
copyOf(org.w3.xmldsig.ObjectType) method and should not be called directly by client code._other - A builder instance to which the state of this object will be copied.public <_B> ObjectType.Builder<_B> newCopyBuilder(_B _parentBuilder)
public ObjectType.Builder<Void> newCopyBuilder()
public static ObjectType.Builder<Void> builder()
public static <_B> ObjectType.Builder<_B> copyOf(ObjectType _other)
public <_B> void copyTo(ObjectType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
copyOf(org.w3.xmldsig.ObjectType) method and should not be called directly by client code._other - A builder instance to which the state of this object will be copied.public <_B> ObjectType.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public ObjectType.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static <_B> ObjectType.Builder<_B> copyOf(ObjectType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static ObjectType.Builder<Void> copyExcept(ObjectType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
public static ObjectType.Builder<Void> copyOnly(ObjectType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
Copyright © 2021 NorStella. All rights reserved.