Searched refs:DisplayNameType (Results 1 - 14 of 14) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/wsfederation/
H A DDisplayNameType.java13 * Java content class for DisplayNameType complex type.
17 * <complexType name="DisplayNameType">
26 public interface DisplayNameType { interface
H A DClaimType.java21 * <element name="DisplayName" type="{http://schemas.xmlsoap.org/ws/2006/12/federation}DisplayNameType" minOccurs="0"/>
99 * {@link com.sun.identity.wsfederation.jaxb.wsfederation.DisplayNameType}
101 com.sun.identity.wsfederation.jaxb.wsfederation.DisplayNameType getDisplayName();
108 * {@link com.sun.identity.wsfederation.jaxb.wsfederation.DisplayNameType}
110 void setDisplayName(com.sun.identity.wsfederation.jaxb.wsfederation.DisplayNameType value);
H A DObjectFactory.java40 defaultImplementations.put((com.sun.identity.wsfederation.jaxb.wsfederation.DisplayNameType.class), "com.sun.identity.wsfederation.jaxb.wsfederation.impl.DisplayNameTypeImpl");
268 * Create an instance of DisplayNameType
273 public com.sun.identity.wsfederation.jaxb.wsfederation.DisplayNameType createDisplayNameType()
/forgerock/openam/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/wsfederation/
H A DDisplayNameType.java13 * Java content class for DisplayNameType complex type.
17 * <complexType name="DisplayNameType">
26 public interface DisplayNameType { interface
H A DClaimType.java21 * <element name="DisplayName" type="{http://schemas.xmlsoap.org/ws/2006/12/federation}DisplayNameType" minOccurs="0"/>
99 * {@link com.sun.identity.wsfederation.jaxb.wsfederation.DisplayNameType}
101 com.sun.identity.wsfederation.jaxb.wsfederation.DisplayNameType getDisplayName();
108 * {@link com.sun.identity.wsfederation.jaxb.wsfederation.DisplayNameType}
110 void setDisplayName(com.sun.identity.wsfederation.jaxb.wsfederation.DisplayNameType value);
H A DObjectFactory.java40 defaultImplementations.put((com.sun.identity.wsfederation.jaxb.wsfederation.DisplayNameType.class), "com.sun.identity.wsfederation.jaxb.wsfederation.impl.DisplayNameTypeImpl");
268 * Create an instance of DisplayNameType
273 public com.sun.identity.wsfederation.jaxb.wsfederation.DisplayNameType createDisplayNameType()
/forgerock/openam-v13/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/wsfederation/impl/
H A DDisplayNameTypeImpl.java11 public class DisplayNameTypeImpl implements com.sun.identity.wsfederation.jaxb.wsfederation.DisplayNameType, com.sun.xml.bind.JAXBObject, com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.UnmarshallableObject, com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.XMLSerializable, com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.ValidatableObject
19 return (com.sun.identity.wsfederation.jaxb.wsfederation.DisplayNameType.class);
55 return (com.sun.identity.wsfederation.jaxb.wsfederation.DisplayNameType.class);
H A DClaimTypeImpl.java17 protected com.sun.identity.wsfederation.jaxb.wsfederation.DisplayNameType _DisplayName;
52 public com.sun.identity.wsfederation.jaxb.wsfederation.DisplayNameType getDisplayName() {
56 public void setDisplayName(com.sun.identity.wsfederation.jaxb.wsfederation.DisplayNameType value) {
/forgerock/openam/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/wsfederation/impl/
H A DDisplayNameTypeImpl.java11 public class DisplayNameTypeImpl implements com.sun.identity.wsfederation.jaxb.wsfederation.DisplayNameType, com.sun.xml.bind.JAXBObject, com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.UnmarshallableObject, com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.XMLSerializable, com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.ValidatableObject
19 return (com.sun.identity.wsfederation.jaxb.wsfederation.DisplayNameType.class);
55 return (com.sun.identity.wsfederation.jaxb.wsfederation.DisplayNameType.class);
H A DClaimTypeImpl.java17 protected com.sun.identity.wsfederation.jaxb.wsfederation.DisplayNameType _DisplayName;
52 public com.sun.identity.wsfederation.jaxb.wsfederation.DisplayNameType getDisplayName() {
56 public void setDisplayName(com.sun.identity.wsfederation.jaxb.wsfederation.DisplayNameType value) {
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DCreateWSFedMetaDataTemplate.java40 import com.sun.identity.wsfederation.jaxb.wsfederation.DisplayNameType;
166 DisplayNameType dnt = objFactory.createDisplayNameType();
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DCreateWSFedMetaDataTemplate.java40 import com.sun.identity.wsfederation.jaxb.wsfederation.DisplayNameType;
166 DisplayNameType dnt = objFactory.createDisplayNameType();
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DWSFedPropertiesModelImpl.java44 import com.sun.identity.wsfederation.jaxb.wsfederation.DisplayNameType;
504 DisplayNameType displayName = null;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DWSFedPropertiesModelImpl.java44 import com.sun.identity.wsfederation.jaxb.wsfederation.DisplayNameType;
508 DisplayNameType displayName = null;

Completed in 57 milliseconds