Searched refs:_LPostalAddress (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 DAddressTypeImpl.java15 protected com.sun.xml.bind.util.ListImpl _LPostalAddress; field in class:AddressTypeImpl
41 if (_LPostalAddress == null) {
42 _LPostalAddress = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
44 return _LPostalAddress;
137 final int len2 = ((_LPostalAddress == null)? 0 :_LPostalAddress.size());
156 if (_LPostalAddress.get(idx2) instanceof javax.xml.bind.Element) {
157 context.childAsBody(((com.sun.xml.bind.JAXBObject) _LPostalAddress.get(idx2 ++)), "LPostalAddress");
161 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _LPostalAddress.get(idx_2 ++)), "LPostalAddress");
164 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _LPostalAddress
[all...]
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/idpp/jaxb/impl/
H A DAddressTypeImpl.java15 protected com.sun.xml.bind.util.ListImpl _LPostalAddress; field in class:AddressTypeImpl
41 if (_LPostalAddress == null) {
42 _LPostalAddress = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
44 return _LPostalAddress;
137 final int len2 = ((_LPostalAddress == null)? 0 :_LPostalAddress.size());
156 if (_LPostalAddress.get(idx2) instanceof javax.xml.bind.Element) {
157 context.childAsBody(((com.sun.xml.bind.JAXBObject) _LPostalAddress.get(idx2 ++)), "LPostalAddress");
161 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _LPostalAddress.get(idx_2 ++)), "LPostalAddress");
164 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _LPostalAddress
[all...]

Completed in 29 milliseconds