public class Operation extends Object implements Serializable
| Constructor and Description |
|---|
Operation() |
| Modifier and Type | Method and Description |
|---|---|
void |
addConstraint_Operation(Constraint_Operation vConstraint_Operation)
Method addConstraint_Operation
|
void |
addConstraint_Operation(int index,
Constraint_Operation vConstraint_Operation)
Method addConstraint_Operation
|
void |
addDCP(DCP vDCP)
Method addDCP
|
void |
addDCP(int index,
DCP vDCP)
Method addDCP
|
void |
addMetadata(int index,
Metadata vMetadata)
Method addMetadata
|
void |
addMetadata(Metadata vMetadata)
Method addMetadata
|
void |
addParameter_Operation(int index,
Parameter_Operation vParameter_Operation)
Method addParameter_Operation
|
void |
addParameter_Operation(Parameter_Operation vParameter_Operation)
Method addParameter_Operation
|
void |
clearConstraint_Operation()
Method clearConstraint_Operation
|
void |
clearDCP()
Method clearDCP
|
void |
clearMetadata()
Method clearMetadata
|
void |
clearParameter_Operation()
Method clearParameter_Operation
|
Enumeration |
enumerateConstraint_Operation()
Method enumerateConstraint_Operation
|
Enumeration |
enumerateDCP()
Method enumerateDCP
|
Enumeration |
enumerateMetadata()
Method enumerateMetadata
|
Enumeration |
enumerateParameter_Operation()
Method enumerateParameter_Operation
|
Constraint_Operation[] |
getConstraint_Operation()
Method getConstraint_Operation
|
Constraint_Operation |
getConstraint_Operation(int index)
Method getConstraint_Operation
|
int |
getConstraint_OperationCount()
Method getConstraint_OperationCount
|
DCP[] |
getDCP()
Method getDCP
|
DCP |
getDCP(int index)
Method getDCP
|
int |
getDCPCount()
Method getDCPCount
|
Metadata[] |
getMetadata()
Method getMetadata
|
Metadata |
getMetadata(int index)
Method getMetadata
|
int |
getMetadataCount()
Method getMetadataCount
|
String |
getName()
Returns the value of field 'name'.
|
Parameter_Operation[] |
getParameter_Operation()
Method getParameter_Operation
|
Parameter_Operation |
getParameter_Operation(int index)
Method getParameter_Operation
|
int |
getParameter_OperationCount()
Method getParameter_OperationCount
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
boolean |
removeConstraint_Operation(Constraint_Operation vConstraint_Operation)
Method removeConstraint_Operation
|
boolean |
removeDCP(DCP vDCP)
Method removeDCP
|
boolean |
removeMetadata(Metadata vMetadata)
Method removeMetadata
|
boolean |
removeParameter_Operation(Parameter_Operation vParameter_Operation)
Method removeParameter_Operation
|
void |
setConstraint_Operation(Constraint_Operation[] constraint_OperationArray)
Method setConstraint_Operation
|
void |
setConstraint_Operation(int index,
Constraint_Operation vConstraint_Operation)
Method setConstraint_Operation
|
void |
setDCP(DCP[] DCPArray)
Method setDCP
|
void |
setDCP(int index,
DCP vDCP)
Method setDCP
|
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 |
setParameter_Operation(int index,
Parameter_Operation vParameter_Operation)
Method setParameter_Operation
|
void |
setParameter_Operation(Parameter_Operation[] parameter_OperationArray)
Method setParameter_Operation
|
static Operation |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addConstraint_Operation(Constraint_Operation vConstraint_Operation) throws IndexOutOfBoundsException
vConstraint_Operation - IndexOutOfBoundsExceptionpublic void addConstraint_Operation(int index,
Constraint_Operation vConstraint_Operation)
throws IndexOutOfBoundsException
index - vConstraint_Operation - IndexOutOfBoundsExceptionpublic void addDCP(DCP vDCP) throws IndexOutOfBoundsException
vDCP - IndexOutOfBoundsExceptionpublic void addDCP(int index,
DCP vDCP)
throws IndexOutOfBoundsException
index - vDCP - IndexOutOfBoundsExceptionpublic void addMetadata(Metadata vMetadata) throws IndexOutOfBoundsException
vMetadata - IndexOutOfBoundsExceptionpublic void addMetadata(int index,
Metadata vMetadata)
throws IndexOutOfBoundsException
index - vMetadata - IndexOutOfBoundsExceptionpublic void addParameter_Operation(Parameter_Operation vParameter_Operation) throws IndexOutOfBoundsException
vParameter_Operation - IndexOutOfBoundsExceptionpublic void addParameter_Operation(int index,
Parameter_Operation vParameter_Operation)
throws IndexOutOfBoundsException
index - vParameter_Operation - IndexOutOfBoundsExceptionpublic void clearConstraint_Operation()
public void clearDCP()
public void clearMetadata()
public void clearParameter_Operation()
public Enumeration enumerateConstraint_Operation()
public Enumeration enumerateDCP()
public Enumeration enumerateMetadata()
public Enumeration enumerateParameter_Operation()
public Constraint_Operation getConstraint_Operation(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic Constraint_Operation[] getConstraint_Operation()
public int getConstraint_OperationCount()
public DCP getDCP(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic DCP[] getDCP()
public int getDCPCount()
public Metadata getMetadata(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic Metadata[] getMetadata()
public int getMetadataCount()
public String getName()
public Parameter_Operation getParameter_Operation(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic Parameter_Operation[] getParameter_Operation()
public int getParameter_OperationCount()
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 removeConstraint_Operation(Constraint_Operation vConstraint_Operation)
vConstraint_Operation - public boolean removeDCP(DCP vDCP)
vDCP - public boolean removeMetadata(Metadata vMetadata)
vMetadata - public boolean removeParameter_Operation(Parameter_Operation vParameter_Operation)
vParameter_Operation - public void setConstraint_Operation(int index,
Constraint_Operation vConstraint_Operation)
throws IndexOutOfBoundsException
index - vConstraint_Operation - IndexOutOfBoundsExceptionpublic void setConstraint_Operation(Constraint_Operation[] constraint_OperationArray)
constraint_OperationArray - public void setDCP(int index,
DCP vDCP)
throws IndexOutOfBoundsException
index - vDCP - IndexOutOfBoundsExceptionpublic void setDCP(DCP[] DCPArray)
DCPArray - 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 setParameter_Operation(int index,
Parameter_Operation vParameter_Operation)
throws IndexOutOfBoundsException
index - vParameter_Operation - IndexOutOfBoundsExceptionpublic void setParameter_Operation(Parameter_Operation[] parameter_OperationArray)
parameter_OperationArray - public static Operation 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 © 2020 B3Partners B.V.. All rights reserved.