Class DiscoHintsType


  • public class DiscoHintsType
    extends java.lang.Object

    Java 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 Detail

      • ipHintOrDomainHintOrGeolocationHint

        protected java.util.List<java.lang.Object> ipHintOrDomainHintOrGeolocationHint
    • Constructor Detail

      • DiscoHintsType

        public DiscoHintsType()
    • 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 set method 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> Element Object JAXBElement<String> JAXBElement<String>