public class DomainType extends Object implements Serializable
| Constructor and Description |
|---|
DomainType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMetadata(int index,
Metadata vMetadata)
Method addMetadata
|
void |
addMetadata(Metadata vMetadata)
Method addMetadata
|
void |
addValue(int index,
String vValue)
Method addValue
|
void |
addValue(String vValue)
Method addValue
|
void |
clearMetadata()
Method clearMetadata
|
void |
clearValue()
Method clearValue
|
Enumeration |
enumerateMetadata()
Method enumerateMetadata
|
Enumeration |
enumerateValue()
Method enumerateValue
|
Metadata[] |
getMetadata()
Method getMetadata
|
Metadata |
getMetadata(int index)
Method getMetadata
|
int |
getMetadataCount()
Method getMetadataCount
|
String |
getName()
Returns the value of field 'name'.
|
String[] |
getValue()
Method getValue
|
String |
getValue(int index)
Method getValue
|
int |
getValueCount()
Method getValueCount
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
boolean |
removeMetadata(Metadata vMetadata)
Method removeMetadata
|
boolean |
removeValue(String vValue)
Method removeValue
|
void |
setMetadata(int index,
Metadata vMetadata)
Method setMetadata
|
void |
setMetadata(Metadata[] metadataArray)
Method setMetadata
|
void |
setName(String name)
Sets the value of field 'name'.
|
void |
setValue(int index,
String vValue)
Method setValue
|
void |
setValue(String[] valueArray)
Method setValue
|
static DomainType |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addMetadata(Metadata vMetadata) throws IndexOutOfBoundsException
vMetadata - IndexOutOfBoundsExceptionpublic void addMetadata(int index,
Metadata vMetadata)
throws IndexOutOfBoundsException
index - vMetadata - IndexOutOfBoundsExceptionpublic void addValue(String vValue) throws IndexOutOfBoundsException
vValue - IndexOutOfBoundsExceptionpublic void addValue(int index,
String vValue)
throws IndexOutOfBoundsException
index - vValue - IndexOutOfBoundsExceptionpublic void clearMetadata()
public void clearValue()
public Enumeration enumerateMetadata()
public Enumeration enumerateValue()
public Metadata getMetadata(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic Metadata[] getMetadata()
public int getMetadataCount()
public String getName()
public String getValue(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic String[] getValue()
public int getValueCount()
public boolean isValid()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler - IOExceptionorg.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic boolean removeMetadata(Metadata vMetadata)
vMetadata - public boolean removeValue(String vValue)
vValue - public void setMetadata(int index,
Metadata vMetadata)
throws IndexOutOfBoundsException
index - vMetadata - IndexOutOfBoundsExceptionpublic void setMetadata(Metadata[] metadataArray)
metadataArray - public void setName(String name)
name - the value of field 'name'.public void setValue(int index,
String vValue)
throws IndexOutOfBoundsException
index - vValue - IndexOutOfBoundsExceptionpublic void setValue(String[] valueArray)
valueArray - public static DomainType unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationExceptionCopyright © 2021 B3Partners B.V.. All rights reserved.