|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConstraintSectionType | |
---|---|
org.ogf.graap.wsag.api | |
org.ogf.graap.wsag.api.types | |
org.ogf.schemas.graap.wsAgreement | |
org.ogf.schemas.graap.wsAgreement.impl |
Uses of ConstraintSectionType in org.ogf.graap.wsag.api |
---|
Methods in org.ogf.graap.wsag.api that return ConstraintSectionType | |
---|---|
ConstraintSectionType |
AgreementTemplate.getCreationConstraints()
|
Methods in org.ogf.graap.wsag.api with parameters of type ConstraintSectionType | |
---|---|
void |
AgreementTemplate.setCreationConstraints(ConstraintSectionType constraints)
|
Uses of ConstraintSectionType in org.ogf.graap.wsag.api.types |
---|
Methods in org.ogf.graap.wsag.api.types that return ConstraintSectionType | |
---|---|
ConstraintSectionType |
TemplateType.getCreationConstraints()
|
Methods in org.ogf.graap.wsag.api.types with parameters of type ConstraintSectionType | |
---|---|
void |
TemplateType.setCreationConstraints(ConstraintSectionType arg0)
|
Uses of ConstraintSectionType in org.ogf.schemas.graap.wsAgreement |
---|
Methods in org.ogf.schemas.graap.wsAgreement that return ConstraintSectionType | |
---|---|
ConstraintSectionType |
AgreementTemplateType.addNewCreationConstraints()
Appends and returns a new empty "CreationConstraints" element |
ConstraintSectionType |
AgreementTemplateType.getCreationConstraints()
Gets the "CreationConstraints" element |
static ConstraintSectionType |
ConstraintSectionType.Factory.newInstance()
|
static ConstraintSectionType |
ConstraintSectionType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static ConstraintSectionType |
ConstraintSectionType.Factory.parse(File file)
|
static ConstraintSectionType |
ConstraintSectionType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static ConstraintSectionType |
ConstraintSectionType.Factory.parse(InputStream is)
|
static ConstraintSectionType |
ConstraintSectionType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static ConstraintSectionType |
ConstraintSectionType.Factory.parse(Node node)
|
static ConstraintSectionType |
ConstraintSectionType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static ConstraintSectionType |
ConstraintSectionType.Factory.parse(Reader r)
|
static ConstraintSectionType |
ConstraintSectionType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static ConstraintSectionType |
ConstraintSectionType.Factory.parse(String xmlAsString)
|
static ConstraintSectionType |
ConstraintSectionType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static ConstraintSectionType |
ConstraintSectionType.Factory.parse(URL u)
|
static ConstraintSectionType |
ConstraintSectionType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static ConstraintSectionType |
ConstraintSectionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static ConstraintSectionType |
ConstraintSectionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static ConstraintSectionType |
ConstraintSectionType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static ConstraintSectionType |
ConstraintSectionType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.ogf.schemas.graap.wsAgreement with parameters of type ConstraintSectionType | |
---|---|
void |
AgreementTemplateType.setCreationConstraints(ConstraintSectionType creationConstraints)
Sets the "CreationConstraints" element |
Uses of ConstraintSectionType in org.ogf.schemas.graap.wsAgreement.impl |
---|
Classes in org.ogf.schemas.graap.wsAgreement.impl that implement ConstraintSectionType | |
---|---|
class |
ConstraintSectionTypeImpl
An XML ConstraintSectionType(@http://schemas.ggf.org/graap/2007/03/ws-agreement). |
Methods in org.ogf.schemas.graap.wsAgreement.impl that return ConstraintSectionType | |
---|---|
ConstraintSectionType |
AgreementTemplateTypeImpl.addNewCreationConstraints()
Appends and returns a new empty "CreationConstraints" element |
ConstraintSectionType |
AgreementTemplateTypeImpl.getCreationConstraints()
Gets the "CreationConstraints" element |
Methods in org.ogf.schemas.graap.wsAgreement.impl with parameters of type ConstraintSectionType | |
---|---|
void |
AgreementTemplateTypeImpl.setCreationConstraints(ConstraintSectionType creationConstraints)
Sets the "CreationConstraints" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |