|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Observable
org.ogf.graap.wsag.api.types.WSAGXmlType
org.ogf.graap.wsag.api.types.AbstractAgreementFactoryType
public abstract class AbstractAgreementFactoryType
AbstractAgreementFactoryType
Constructor Summary | |
---|---|
AbstractAgreementFactoryType()
Default constructor |
Method Summary | |
---|---|
AgreementTemplateType |
addNewTemplate()
Adds a new template to the agreement factory properties of this instance |
AgreementTemplateType |
getTemplateArray(int index)
|
AgreementTemplateType[] |
getTemplates()
|
org.apache.xmlbeans.XmlObject |
getXMLObject()
|
protected void |
initialize()
initializes the agreement factory properties of this instance |
void |
setTemplateArray(AgreementTemplateType[] templateArray)
Sets the agreement templates for this factory |
void |
setTemplateArray(int index,
AgreementTemplateType template)
Updates the template at the position specified by the index parameter. |
int |
sizeOfTemplateArray()
|
boolean |
validate()
validates the agreement factory properties of this instance Validates the internal XML object representation. |
Methods inherited from class org.ogf.graap.wsag.api.types.WSAGXmlType |
---|
processTemplate, validate |
Methods inherited from class java.util.Observable |
---|
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.ogf.graap.wsag.api.AgreementFactory |
---|
createAgreement, initiateNegotiation |
Constructor Detail |
---|
public AbstractAgreementFactoryType()
Method Detail |
---|
protected void initialize()
public boolean validate()
validate
in class WSAGXmlType
public AgreementTemplateType addNewTemplate()
public AgreementTemplateType[] getTemplates()
getTemplates
in interface AgreementFactory
public AgreementTemplateType getTemplateArray(int index)
index
- specifies the template to return
public void setTemplateArray(AgreementTemplateType[] templateArray)
templateArray
- the template array to setpublic void setTemplateArray(int index, AgreementTemplateType template)
index
- the index of the template to settemplate
- the template top setpublic int sizeOfTemplateArray()
public org.apache.xmlbeans.XmlObject getXMLObject()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |