Class Credentials

java.lang.Object
com.pensio.api.generated.Credentials

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public class Credentials extends Object

Java class for Credentials complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Credentials">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Credential" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • credential

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") protected List<String> credential
  • Constructor Details

    • Credentials

      public Credentials()
  • Method Details

    • getCredential

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public List<String> getCredential()
      Gets the value of the credential 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 Jakarta XML Binding object. This is why there is not a set method for the credential property.

      For example, to add a new item, do as follows:

          getCredential().add(newItem);
       

      Objects of the following type(s) are allowed in the list String