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

/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/idpp/jaxb/impl/
H A DLegalIdentityTypeImpl.java14 protected com.sun.xml.bind.util.ListImpl _LLegalName; field in class:LegalIdentityTypeImpl
33 if (_LLegalName == null) {
34 _LLegalName = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
36 return _LLegalName;
134 final int len1 = ((_LLegalName == null)? 0 :_LLegalName.size());
151 if (_LLegalName.get(idx1) instanceof javax.xml.bind.Element) {
152 context.childAsBody(((com.sun.xml.bind.JAXBObject) _LLegalName.get(idx1 ++)), "LLegalName");
156 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _LLegalName.get(idx_2 ++)), "LLegalName");
159 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _LLegalName
[all...]
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/idpp/jaxb/impl/
H A DLegalIdentityTypeImpl.java14 protected com.sun.xml.bind.util.ListImpl _LLegalName; field in class:LegalIdentityTypeImpl
33 if (_LLegalName == null) {
34 _LLegalName = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
36 return _LLegalName;
134 final int len1 = ((_LLegalName == null)? 0 :_LLegalName.size());
151 if (_LLegalName.get(idx1) instanceof javax.xml.bind.Element) {
152 context.childAsBody(((com.sun.xml.bind.JAXBObject) _LLegalName.get(idx1 ++)), "LLegalName");
156 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _LLegalName.get(idx_2 ++)), "LLegalName");
159 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _LLegalName
[all...]

Completed in 30 milliseconds