Class DiscoHintsType
- java.lang.Object
-
- org.certificateservices.messages.saml2.metadata.ui.jaxb.DiscoHintsType
-
public class DiscoHintsType extends java.lang.ObjectJava class for DiscoHintsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DiscoHintsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice maxOccurs="unbounded" minOccurs="0"> <element ref="{urn:oasis:names:tc:SAML:metadata:ui}IPHint"/> <element ref="{urn:oasis:names:tc:SAML:metadata:ui}DomainHint"/> <element ref="{urn:oasis:names:tc:SAML:metadata:ui}GeolocationHint"/> <any processContents='lax' namespace='##other'/> </choice> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<java.lang.Object>ipHintOrDomainHintOrGeolocationHint
-
Constructor Summary
Constructors Constructor Description DiscoHintsType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Object>getIPHintOrDomainHintOrGeolocationHint()Gets the value of the ipHintOrDomainHintOrGeolocationHint property.
-
-
-
Method Detail
-
getIPHintOrDomainHintOrGeolocationHint
public java.util.List<java.lang.Object> getIPHintOrDomainHintOrGeolocationHint()
Gets the value of the ipHintOrDomainHintOrGeolocationHint property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the ipHintOrDomainHintOrGeolocationHint property.For example, to add a new item, do as follows:
getIPHintOrDomainHintOrGeolocationHint().add(newItem);Objects of the following type(s) are allowed in the list
JAXBElement<String>ElementObjectJAXBElement<String>JAXBElement<String>
-
-