Searched refs:_AddrType (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 DAddressCardTypeImpl.java21 protected com.sun.xml.bind.util.ListImpl _AddrType; field in class:AddressCardTypeImpl
89 if (_AddrType == null) {
90 _AddrType = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
92 return _AddrType;
109 final int len8 = ((_AddrType == null)? 0 :_AddrType.size());
111 if (_AddrType.get(idx8) instanceof javax.xml.bind.Element) {
112 context.childAsBody(((com.sun.xml.bind.JAXBObject) _AddrType.get(idx8 ++)), "AddrType");
116 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AddrType.get(idx_0 ++)), "AddrType");
119 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AddrType
[all...]
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/idpp/jaxb/impl/
H A DAddressCardTypeImpl.java21 protected com.sun.xml.bind.util.ListImpl _AddrType; field in class:AddressCardTypeImpl
89 if (_AddrType == null) {
90 _AddrType = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
92 return _AddrType;
109 final int len8 = ((_AddrType == null)? 0 :_AddrType.size());
111 if (_AddrType.get(idx8) instanceof javax.xml.bind.Element) {
112 context.childAsBody(((com.sun.xml.bind.JAXBObject) _AddrType.get(idx8 ++)), "AddrType");
116 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AddrType.get(idx_0 ++)), "AddrType");
119 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AddrType
[all...]

Completed in 30 milliseconds