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

/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/
H A DAttributeTypeImpl.java17 protected com.sun.xml.bind.util.ListImpl _AttributeValue; field in class:AttributeTypeImpl
50 if (_AttributeValue == null) {
51 _AttributeValue = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
53 return _AttributeValue;
68 final int len4 = ((_AttributeValue == null)? 0 :_AttributeValue.size());
70 if (_AttributeValue.get(idx4) instanceof com.sun.identity.saml2.jaxb.assertion.AttributeValueElement) {
71 context.childAsBody(((com.sun.xml.bind.JAXBObject) _AttributeValue.get(idx4 ++)), "AttributeValue");
73 if ((_AttributeValue.get(idx4) == null)||(_AttributeValue
[all...]
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/
H A DAttributeTypeImpl.java17 protected com.sun.xml.bind.util.ListImpl _AttributeValue; field in class:AttributeTypeImpl
50 if (_AttributeValue == null) {
51 _AttributeValue = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
53 return _AttributeValue;
68 final int len4 = ((_AttributeValue == null)? 0 :_AttributeValue.size());
70 if (_AttributeValue.get(idx4) instanceof com.sun.identity.saml2.jaxb.assertion.AttributeValueElement) {
71 context.childAsBody(((com.sun.xml.bind.JAXBObject) _AttributeValue.get(idx4 ++)), "AttributeValue");
73 if ((_AttributeValue.get(idx4) == null)||(_AttributeValue
[all...]
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/assertion/impl/
H A DAttributeTypeImpl.java16 protected com.sun.xml.bind.util.ListImpl _AttributeValue; field in class:AttributeTypeImpl
25 if (_AttributeValue == null) {
26 _AttributeValue = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
28 return _AttributeValue;
43 final int len1 = ((_AttributeValue == null)? 0 :_AttributeValue.size());
46 if (_AttributeValue.get(idx1) instanceof javax.xml.bind.Element) {
47 context.childAsBody(((com.sun.xml.bind.JAXBObject) _AttributeValue.get(idx1 ++)), "AttributeValue");
51 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AttributeValue.get(idx_0 ++)), "AttributeValue");
54 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AttributeValue
[all...]
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/assertion/impl/
H A DAttributeTypeImpl.java16 protected com.sun.xml.bind.util.ListImpl _AttributeValue; field in class:AttributeTypeImpl
25 if (_AttributeValue == null) {
26 _AttributeValue = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
28 return _AttributeValue;
43 final int len1 = ((_AttributeValue == null)? 0 :_AttributeValue.size());
46 if (_AttributeValue.get(idx1) instanceof javax.xml.bind.Element) {
47 context.childAsBody(((com.sun.xml.bind.JAXBObject) _AttributeValue.get(idx1 ++)), "AttributeValue");
51 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AttributeValue.get(idx_0 ++)), "AttributeValue");
54 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AttributeValue
[all...]

Completed in 51 milliseconds