Searched refs:_GoverningAgreementRef (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/ac/impl/
H A DGoverningAgreementsTypeImpl.java14 protected com.sun.xml.bind.util.ListImpl _GoverningAgreementRef; field in class:GoverningAgreementsTypeImpl
23 if (_GoverningAgreementRef == null) {
24 _GoverningAgreementRef = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
26 return _GoverningAgreementRef;
41 final int len1 = ((_GoverningAgreementRef == null)? 0 :_GoverningAgreementRef.size());
43 if (_GoverningAgreementRef.get(idx1) instanceof javax.xml.bind.Element) {
44 context.childAsBody(((com.sun.xml.bind.JAXBObject) _GoverningAgreementRef.get(idx1 ++)), "GoverningAgreementRef");
48 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _GoverningAgreementRef.get(idx_0 ++)), "GoverningAgreementRef");
51 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _GoverningAgreementRef
[all...]
H A DGoverningAgreementRefTypeImpl.java14 protected java.lang.String _GoverningAgreementRef; field in class:GoverningAgreementRefTypeImpl
23 return _GoverningAgreementRef;
27 _GoverningAgreementRef = value;
44 context.text(((java.lang.String) _GoverningAgreementRef), "GoverningAgreementRef");
140 _GoverningAgreementRef = com.sun.xml.bind.WhiteSpaceProcessor.collapse(value);
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/ac/impl/
H A DGoverningAgreementsTypeImpl.java14 protected com.sun.xml.bind.util.ListImpl _GoverningAgreementRef; field in class:GoverningAgreementsTypeImpl
23 if (_GoverningAgreementRef == null) {
24 _GoverningAgreementRef = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
26 return _GoverningAgreementRef;
41 final int len1 = ((_GoverningAgreementRef == null)? 0 :_GoverningAgreementRef.size());
43 if (_GoverningAgreementRef.get(idx1) instanceof javax.xml.bind.Element) {
44 context.childAsBody(((com.sun.xml.bind.JAXBObject) _GoverningAgreementRef.get(idx1 ++)), "GoverningAgreementRef");
48 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _GoverningAgreementRef.get(idx_0 ++)), "GoverningAgreementRef");
51 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _GoverningAgreementRef
[all...]
H A DGoverningAgreementRefTypeImpl.java14 protected java.lang.String _GoverningAgreementRef; field in class:GoverningAgreementRefTypeImpl
23 return _GoverningAgreementRef;
27 _GoverningAgreementRef = value;
44 context.text(((java.lang.String) _GoverningAgreementRef), "GoverningAgreementRef");
140 _GoverningAgreementRef = com.sun.xml.bind.WhiteSpaceProcessor.collapse(value);

Completed in 54 milliseconds