public class ServiceIdentification extends DescriptionType implements Serializable
| Constructor and Description |
|---|
ServiceIdentification() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAccessConstraints(int index,
String vAccessConstraints)
Method addAccessConstraints
|
void |
addAccessConstraints(String vAccessConstraints)
Method addAccessConstraints
|
void |
addServiceTypeVersion(int index,
String vServiceTypeVersion)
Method addServiceTypeVersion
|
void |
addServiceTypeVersion(String vServiceTypeVersion)
Method addServiceTypeVersion
|
void |
clearAccessConstraints()
Method clearAccessConstraints
|
void |
clearServiceTypeVersion()
Method clearServiceTypeVersion
|
Enumeration |
enumerateAccessConstraints()
Method enumerateAccessConstraints
|
Enumeration |
enumerateServiceTypeVersion()
Method enumerateServiceTypeVersion
|
String[] |
getAccessConstraints()
Method getAccessConstraints
|
String |
getAccessConstraints(int index)
Method getAccessConstraints
|
int |
getAccessConstraintsCount()
Method getAccessConstraintsCount
|
String |
getFees()
Returns the value of field 'fees'.
|
ServiceType |
getServiceType()
Returns the value of field 'serviceType'.
|
String[] |
getServiceTypeVersion()
Method getServiceTypeVersion
|
String |
getServiceTypeVersion(int index)
Method getServiceTypeVersion
|
int |
getServiceTypeVersionCount()
Method getServiceTypeVersionCount
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
boolean |
removeAccessConstraints(String vAccessConstraints)
Method removeAccessConstraints
|
boolean |
removeServiceTypeVersion(String vServiceTypeVersion)
Method removeServiceTypeVersion
|
void |
setAccessConstraints(int index,
String vAccessConstraints)
Method setAccessConstraints
|
void |
setAccessConstraints(String[] accessConstraintsArray)
Method setAccessConstraints
|
void |
setFees(String fees)
Sets the value of field 'fees'.
|
void |
setServiceType(ServiceType serviceType)
Sets the value of field 'serviceType'.
|
void |
setServiceTypeVersion(int index,
String vServiceTypeVersion)
Method setServiceTypeVersion
|
void |
setServiceTypeVersion(String[] serviceTypeVersionArray)
Method setServiceTypeVersion
|
static DescriptionType |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
addKeywords, addKeywords, clearKeywords, enumerateKeywords, getAbstract, getKeywords, getKeywords, getKeywordsCount, getTitle, removeKeywords, setAbstract, setKeywords, setKeywords, setTitlepublic void addAccessConstraints(String vAccessConstraints) throws IndexOutOfBoundsException
vAccessConstraints - IndexOutOfBoundsExceptionpublic void addAccessConstraints(int index,
String vAccessConstraints)
throws IndexOutOfBoundsException
index - vAccessConstraints - IndexOutOfBoundsExceptionpublic void addServiceTypeVersion(String vServiceTypeVersion) throws IndexOutOfBoundsException
vServiceTypeVersion - IndexOutOfBoundsExceptionpublic void addServiceTypeVersion(int index,
String vServiceTypeVersion)
throws IndexOutOfBoundsException
index - vServiceTypeVersion - IndexOutOfBoundsExceptionpublic void clearAccessConstraints()
public void clearServiceTypeVersion()
public Enumeration enumerateAccessConstraints()
public Enumeration enumerateServiceTypeVersion()
public String getAccessConstraints(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic String[] getAccessConstraints()
public int getAccessConstraintsCount()
public String getFees()
public ServiceType getServiceType()
public String getServiceTypeVersion(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic String[] getServiceTypeVersion()
public int getServiceTypeVersionCount()
public boolean isValid()
isValid in class DescriptionTypepublic void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
marshal in class DescriptionTypeout - 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
marshal in class DescriptionTypehandler - IOExceptionorg.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic boolean removeAccessConstraints(String vAccessConstraints)
vAccessConstraints - public boolean removeServiceTypeVersion(String vServiceTypeVersion)
vServiceTypeVersion - public void setAccessConstraints(int index,
String vAccessConstraints)
throws IndexOutOfBoundsException
index - vAccessConstraints - IndexOutOfBoundsExceptionpublic void setAccessConstraints(String[] accessConstraintsArray)
accessConstraintsArray - public void setFees(String fees)
fees - the value of field 'fees'.public void setServiceType(ServiceType serviceType)
serviceType - the value of field 'serviceType'.public void setServiceTypeVersion(int index,
String vServiceTypeVersion)
throws IndexOutOfBoundsException
index - vServiceTypeVersion - IndexOutOfBoundsExceptionpublic void setServiceTypeVersion(String[] serviceTypeVersionArray)
serviceTypeVersionArray - public static DescriptionType 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
validate in class DescriptionTypeorg.exolab.castor.xml.ValidationExceptionCopyright © 2022 B3Partners B.V.. All rights reserved.