Interface IDPEntryType
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface IDPEntryType extends XmlObject
An XML IDPEntryType(@urn:oasis:names:tc:SAML:2.0:protocol). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIDPEntryType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLoc()Gets the "Loc" attributeStringgetName()Gets the "Name" attributeStringgetProviderID()Gets the "ProviderID" attributebooleanisSetLoc()True if has "Loc" attributebooleanisSetName()True if has "Name" attributevoidsetLoc(String loc)Sets the "Loc" attributevoidsetName(String name)Sets the "Name" attributevoidsetProviderID(String providerID)Sets the "ProviderID" attributevoidunsetLoc()Unsets the "Loc" attributevoidunsetName()Unsets the "Name" attributeXmlAnyURIxgetLoc()Gets (as xml) the "Loc" attributeXmlStringxgetName()Gets (as xml) the "Name" attributeXmlAnyURIxgetProviderID()Gets (as xml) the "ProviderID" attributevoidxsetLoc(XmlAnyURI loc)Sets (as xml) the "Loc" attributevoidxsetName(XmlString name)Sets (as xml) the "Name" attributevoidxsetProviderID(XmlAnyURI providerID)Sets (as xml) the "ProviderID" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getProviderID
String getProviderID()
Gets the "ProviderID" attribute
-
xgetProviderID
XmlAnyURI xgetProviderID()
Gets (as xml) the "ProviderID" attribute
-
setProviderID
void setProviderID(String providerID)
Sets the "ProviderID" attribute
-
xsetProviderID
void xsetProviderID(XmlAnyURI providerID)
Sets (as xml) the "ProviderID" attribute
-
getName
String getName()
Gets the "Name" attribute
-
xgetName
XmlString xgetName()
Gets (as xml) the "Name" attribute
-
isSetName
boolean isSetName()
True if has "Name" attribute
-
setName
void setName(String name)
Sets the "Name" attribute
-
xsetName
void xsetName(XmlString name)
Sets (as xml) the "Name" attribute
-
unsetName
void unsetName()
Unsets the "Name" attribute
-
getLoc
String getLoc()
Gets the "Loc" attribute
-
xgetLoc
XmlAnyURI xgetLoc()
Gets (as xml) the "Loc" attribute
-
isSetLoc
boolean isSetLoc()
True if has "Loc" attribute
-
setLoc
void setLoc(String loc)
Sets the "Loc" attribute
-
xsetLoc
void xsetLoc(XmlAnyURI loc)
Sets (as xml) the "Loc" attribute
-
unsetLoc
void unsetLoc()
Unsets the "Loc" attribute
-
-