Searched refs:_PolicyOrPolicyReference (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/wspolicy/impl/
H A DPolicyAttachmentTypeImpl.java16 protected com.sun.xml.bind.util.ListImpl _PolicyOrPolicyReference; field in class:PolicyAttachmentTypeImpl
44 if (_PolicyOrPolicyReference == null) {
45 _PolicyOrPolicyReference = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
47 return _PolicyOrPolicyReference;
64 final int len3 = ((_PolicyOrPolicyReference == null)? 0 :_PolicyOrPolicyReference.size());
77 context.childAsBody(((com.sun.xml.bind.JAXBObject) _PolicyOrPolicyReference.get(idx3 ++)), "PolicyOrPolicyReference");
90 final int len3 = ((_PolicyOrPolicyReference == null)? 0 :_PolicyOrPolicyReference.size());
95 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _PolicyOrPolicyReference
[all...]
/forgerock/openam/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/wspolicy/impl/
H A DPolicyAttachmentTypeImpl.java16 protected com.sun.xml.bind.util.ListImpl _PolicyOrPolicyReference; field in class:PolicyAttachmentTypeImpl
44 if (_PolicyOrPolicyReference == null) {
45 _PolicyOrPolicyReference = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
47 return _PolicyOrPolicyReference;
64 final int len3 = ((_PolicyOrPolicyReference == null)? 0 :_PolicyOrPolicyReference.size());
77 context.childAsBody(((com.sun.xml.bind.JAXBObject) _PolicyOrPolicyReference.get(idx3 ++)), "PolicyOrPolicyReference");
90 final int len3 = ((_PolicyOrPolicyReference == null)? 0 :_PolicyOrPolicyReference.size());
95 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _PolicyOrPolicyReference
[all...]

Completed in 21 milliseconds