net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.settings100
Interface Proxy

All Known Implementing Classes:
ProxyImpl

public interface Proxy

The <proxy> element contains informations required to a proxy settings.

Java class for Proxy complex type.

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

 <complexType name="Proxy">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="protocol" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="username" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="port" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="host" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="nonProxyHosts" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getHost()
          Gets the value of the host property.
 String getId()
          Gets the value of the id property.
 String getNonProxyHosts()
          Gets the value of the nonProxyHosts property.
 String getPassword()
          Gets the value of the password property.
 Integer getPort()
          Gets the value of the port property.
 String getProtocol()
          Gets the value of the protocol property.
 String getUsername()
          Gets the value of the username property.
 Boolean isActive()
          Gets the value of the active property.
 void setActive(Boolean value)
          Sets the value of the active property.
 void setHost(String value)
          Sets the value of the host property.
 void setId(String value)
          Sets the value of the id property.
 void setNonProxyHosts(String value)
          Sets the value of the nonProxyHosts property.
 void setPassword(String value)
          Sets the value of the password property.
 void setPort(Integer value)
          Sets the value of the port property.
 void setProtocol(String value)
          Sets the value of the protocol property.
 void setUsername(String value)
          Sets the value of the username property.
 

Method Detail

isActive

Boolean isActive()
Gets the value of the active property.

Returns:
possible object is Boolean

setActive

void setActive(Boolean value)
Sets the value of the active property.

Parameters:
value - allowed object is Boolean

getProtocol

String getProtocol()
Gets the value of the protocol property.

Returns:
possible object is String

setProtocol

void setProtocol(String value)
Sets the value of the protocol property.

Parameters:
value - allowed object is String

getUsername

String getUsername()
Gets the value of the username property.

Returns:
possible object is String

setUsername

void setUsername(String value)
Sets the value of the username property.

Parameters:
value - allowed object is String

getPassword

String getPassword()
Gets the value of the password property.

Returns:
possible object is String

setPassword

void setPassword(String value)
Sets the value of the password property.

Parameters:
value - allowed object is String

getPort

Integer getPort()
Gets the value of the port property.

Returns:
possible object is Integer

setPort

void setPort(Integer value)
Sets the value of the port property.

Parameters:
value - allowed object is Integer

getHost

String getHost()
Gets the value of the host property.

Returns:
possible object is String

setHost

void setHost(String value)
Sets the value of the host property.

Parameters:
value - allowed object is String

getNonProxyHosts

String getNonProxyHosts()
Gets the value of the nonProxyHosts property.

Returns:
possible object is String

setNonProxyHosts

void setNonProxyHosts(String value)
Sets the value of the nonProxyHosts property.

Parameters:
value - allowed object is String

getId

String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 2009 The CC-XJC Community. All Rights Reserved.