Searched refs:_PostalCode (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.java16 protected com.sun.identity.liberty.ws.idpp.jaxb.DSTString _PostalCode; field in class:AddressTypeImpl
52 return _PostalCode;
56 _PostalCode = value;
170 if (_PostalCode!= null) {
171 if (_PostalCode instanceof javax.xml.bind.Element) {
172 context.childAsBody(((com.sun.xml.bind.JAXBObject) _PostalCode), "PostalCode");
175 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _PostalCode), "PostalCode");
177 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _PostalCode), "PostalCode");
179 context.childAsBody(((com.sun.xml.bind.JAXBObject) _PostalCode), "PostalCode");
306 if (_PostalCode!
[all...]
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/idpp/jaxb/impl/
H A DAddressTypeImpl.java16 protected com.sun.identity.liberty.ws.idpp.jaxb.DSTString _PostalCode; field in class:AddressTypeImpl
52 return _PostalCode;
56 _PostalCode = value;
170 if (_PostalCode!= null) {
171 if (_PostalCode instanceof javax.xml.bind.Element) {
172 context.childAsBody(((com.sun.xml.bind.JAXBObject) _PostalCode), "PostalCode");
175 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _PostalCode), "PostalCode");
177 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _PostalCode), "PostalCode");
179 context.childAsBody(((com.sun.xml.bind.JAXBObject) _PostalCode), "PostalCode");
306 if (_PostalCode!
[all...]

Completed in 91 milliseconds