|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PhoneNumber
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="phone-number" type="{http://www.w3.org/2001/XMLSchema}string"/> <element ref="{}phone-type"/> </sequence> </restriction> </complexContent> </complexType>
Method Summary | |
---|---|
java.lang.String |
getPhoneNumber()
Gets the value of the phoneNumber property. |
PhoneType |
getPhoneType()
Gets the value of the phoneType property. |
void |
setPhoneNumber(java.lang.String value)
Sets the value of the phoneNumber property. |
void |
setPhoneType(PhoneType value)
Sets the value of the phoneType property. |
Method Detail |
---|
java.lang.String getPhoneNumber()
String
void setPhoneNumber(java.lang.String value)
value
- allowed object is
String
PhoneType getPhoneType()
PhoneType
void setPhoneType(PhoneType value)
value
- allowed object is
PhoneType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |