Searched defs:_ServiceName (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/metadata/impl/
H A DAttributeConsumingServiceTypeImpl.java17 protected com.sun.xml.bind.util.ListImpl _ServiceName; field in class:AttributeConsumingServiceTypeImpl
49 if (_ServiceName == null) {
50 _ServiceName = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
52 return _ServiceName;
92 final int len3 = ((_ServiceName == null)? 0 :_ServiceName.size());
96 if (_ServiceName.get(idx3) instanceof javax.xml.bind.Element) {
97 context.childAsBody(((com.sun.xml.bind.JAXBObject) _ServiceName.get(idx3 ++)), "ServiceName");
101 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _ServiceName.get(idx_0 ++)), "ServiceName");
104 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _ServiceName
[all...]
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/metadata/impl/
H A DAttributeConsumingServiceTypeImpl.java17 protected com.sun.xml.bind.util.ListImpl _ServiceName; field in class:AttributeConsumingServiceTypeImpl
49 if (_ServiceName == null) {
50 _ServiceName = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
52 return _ServiceName;
92 final int len3 = ((_ServiceName == null)? 0 :_ServiceName.size());
96 if (_ServiceName.get(idx3) instanceof javax.xml.bind.Element) {
97 context.childAsBody(((com.sun.xml.bind.JAXBObject) _ServiceName.get(idx3 ++)), "ServiceName");
101 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _ServiceName.get(idx_0 ++)), "ServiceName");
104 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _ServiceName
[all...]

Completed in 30 milliseconds