Searched refs:DSTInteger (Results 1 - 16 of 16) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/idpp/jaxb/
H A DAgeElement.java17 * <element name="Age" type="{urn:liberty:id-sis-pp:2003-08}DSTInteger"/>
22 extends javax.xml.bind.Element, com.sun.identity.liberty.ws.idpp.jaxb.DSTInteger
H A DDemographicsType.java63 * {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTInteger}
66 com.sun.identity.liberty.ws.idpp.jaxb.DSTInteger getAge();
73 * {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTInteger}
76 void setAge(com.sun.identity.liberty.ws.idpp.jaxb.DSTInteger value);
H A DDSTInteger.java13 * Java content class for DSTInteger complex type.
17 * <complexType name="DSTInteger">
27 public interface DSTInteger { interface
H A DObjectFactory.java126 defaultImplementations.put((com.sun.identity.liberty.ws.idpp.jaxb.DSTInteger.class), "com.sun.identity.liberty.ws.idpp.jaxb.impl.DSTIntegerImpl");
1370 * Create an instance of DSTInteger
1375 public com.sun.identity.liberty.ws.idpp.jaxb.DSTInteger createDSTInteger()
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/idpp/jaxb/
H A DAgeElement.java17 * <element name="Age" type="{urn:liberty:id-sis-pp:2003-08}DSTInteger"/>
22 extends javax.xml.bind.Element, com.sun.identity.liberty.ws.idpp.jaxb.DSTInteger
H A DDemographicsType.java63 * {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTInteger}
66 com.sun.identity.liberty.ws.idpp.jaxb.DSTInteger getAge();
73 * {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTInteger}
76 void setAge(com.sun.identity.liberty.ws.idpp.jaxb.DSTInteger value);
H A DDSTInteger.java13 * Java content class for DSTInteger complex type.
17 * <complexType name="DSTInteger">
27 public interface DSTInteger { interface
H A DObjectFactory.java126 defaultImplementations.put((com.sun.identity.liberty.ws.idpp.jaxb.DSTInteger.class), "com.sun.identity.liberty.ws.idpp.jaxb.impl.DSTIntegerImpl");
1370 * Create an instance of DSTInteger
1375 public com.sun.identity.liberty.ws.idpp.jaxb.DSTInteger createDSTInteger()
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/container/
H A DIDPPBaseContainer.java147 } else if (obj instanceof DSTInteger) {
148 DSTInteger dstInt = (DSTInteger)obj;
280 * Gets a JAXB DSTInteger object.
282 * @return DSTInteger JAXB object.
284 protected DSTInteger getDSTInteger(String value) {
290 DSTInteger dstInteger =
H A DIDPPDemographics.java272 DSTInteger age = null;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/container/
H A DIDPPBaseContainer.java150 } else if (obj instanceof DSTInteger) {
151 DSTInteger dstInt = (DSTInteger)obj;
283 * Gets a JAXB DSTInteger object.
285 * @return DSTInteger JAXB object.
287 protected DSTInteger getDSTInteger(String value) {
293 DSTInteger dstInteger =
H A DIDPPDemographics.java272 DSTInteger age = null;
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/idpp/jaxb/impl/
H A DDSTIntegerImpl.java11 public class DSTIntegerImpl implements com.sun.identity.liberty.ws.idpp.jaxb.DSTInteger, com.sun.xml.bind.JAXBObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallableObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializable, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.ValidatableObject
24 return (com.sun.identity.liberty.ws.idpp.jaxb.DSTInteger.class);
160 return (com.sun.identity.liberty.ws.idpp.jaxb.DSTInteger.class);
H A DDemographicsTypeImpl.java15 protected com.sun.identity.liberty.ws.idpp.jaxb.DSTInteger _Age;
37 public com.sun.identity.liberty.ws.idpp.jaxb.DSTInteger getAge() {
41 public void setAge(com.sun.identity.liberty.ws.idpp.jaxb.DSTInteger value) {
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/idpp/jaxb/impl/
H A DDSTIntegerImpl.java11 public class DSTIntegerImpl implements com.sun.identity.liberty.ws.idpp.jaxb.DSTInteger, com.sun.xml.bind.JAXBObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallableObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializable, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.ValidatableObject
24 return (com.sun.identity.liberty.ws.idpp.jaxb.DSTInteger.class);
160 return (com.sun.identity.liberty.ws.idpp.jaxb.DSTInteger.class);
H A DDemographicsTypeImpl.java15 protected com.sun.identity.liberty.ws.idpp.jaxb.DSTInteger _Age;
37 public com.sun.identity.liberty.ws.idpp.jaxb.DSTInteger getAge() {
41 public void setAge(com.sun.identity.liberty.ws.idpp.jaxb.DSTInteger value) {

Completed in 114 milliseconds